# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.676.14.11 -> 1.676.14.12 # drivers/acpi/os.c 1.8.3.1 -> 1.8.3.2 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/09/27 bjorn_helgaas@hp.com 1.676.14.12 # Revert ACPI efi.h change so acpi-20020517-2.4.18.diff applies cleanly. # -------------------------------------------- # diff -Nru a/drivers/acpi/os.c b/drivers/acpi/os.c --- a/drivers/acpi/os.c Wed Oct 8 09:07:13 2003 +++ b/drivers/acpi/os.c Wed Oct 8 09:07:13 2003 @@ -42,7 +42,7 @@ #include #ifdef CONFIG_ACPI_EFI -#include +#include #endif #ifdef _IA64